﻿* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    overflow: hidden;
}

img {
    border: none;
}

i,
em {
    font-style: normal;
}

/*header*/
.header {
    height: 100px;
    box-shadow: 0 7px 9px -8px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 111;
}

.h_con {
    width: 1350px;
    margin: 0 auto;
    height: 100px;
}
.h_con::after{
    content: '';
    display: block;
    clear: both;
}

.logo {
    float: left;
    margin-top: 13px;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: all 0.6s;
}

.nav {
    float: left;
    margin-left: 80px;
    margin-top: 30px;
    overflow: initial;
}

.nav li {
    float: left;
    width: 120px;
    line-height: 40px;
    text-align: center;
}

.nav li a {
    color: #333;
}

.nav li.active {
    background: #fa8905;
    border-radius: 20px;
}

.nav li.active a {
    color: #fff;
}
.nav_er {
    background: rgba(45,101,214,0.8);
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    z-index: 11;
    display: none;
	height: 540px!important
}
.nav_er_con {
    width: 1200px;
    margin: 0 auto;
}
.nav_er_con ul li {
    float: left;
    width: 230px;
    margin: 10px 0 10px 8px;
}
.nav_er_con ul li a {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.nav_er_con ul li a img {
    width: 100%;
    min-height: 220px;
}
.nav_er_con ul span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #fff;
    line-height: 30px;
}
.nav::after{
    display: block;
    content: '';
    clear: both;
}
/*banner*/
.banner .swiper-slide {
    height: 840px;
}

.banner:hover .pagination {
    opacity: 1;
}

.banner:hover .arrow-left {
    opacity: 1;
}

.banner:hover .arrow-right {
    opacity: 1;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0069d8;
    margin: 0 3px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}

.banner .arrow-left {
    background: url(../images/b_arrow.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}

.banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}

/*h_b*/
.h_b {
    background: #f6f6f6;
    box-shadow: 0 7px 9px -8px rgba(0, 0, 0, 0.4);

    position: relative;
    top: 200px;
    transition: all 0.6s;
    opacity: 0;
	width:1280px; height:210px; margin:0px auto;
	background:#2d65d6;
}

.h_b_con {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;

}

.h_b_con ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
	text-align:center; line-height:30px; font-size:18px; color:#FFF; padding-top:50px; padding-left:30px; padding-right:30px;

}
.h_b_con ul li  span{

    position: relativ;
    box-sizing: border-box;
	text-align:center; line-height:50px; font-size:80px; color:#FFF;

}
.search{
    margin-top: 30px;
}



.h_b_con ul li:nth-child(1) {


	width:325px; height:210px;
}


.h_b_con ul li:nth-child(2) {

	background:#64a4e1;
	width:315px; height:210px;
}
.h_b_con ul li:nth-child(3) {


	width:315px; height:210px;
}

.h_b_con ul li:nth-child(4) {

	background:#64a4e1;
	width:325px; height:210px;
}











/*pro*/
.pro {

    padding-bottom: 90px;

}

.pro_list {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    left: -200px;
    opacity: 0;
}

.tit {
    text-align: center;
}

.go_con {
    width: 1380px;
    margin: 0 auto;
    position: relative;
}

.arrow_l {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 40px;
    height: 40px;
    background: url(../images/list_arrow.png) top left;
    margin-top: -20px;
    cursor: pointer;
}

.arrow_r {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 40px;
    height: 40px;
    background: url(../images/list_arrow.png) bottom right;
    margin-top: -20px;
    cursor: pointer;
}

.list_go {
    width: 1300px;
    margin: 30px auto;
    overflow: hidden;
}

.list_go ul {
    position: relative;
}

.list_go ul li {
    float: left;
    position: relative;
    margin: 0 10px;
}

.list_go>ul>li:hover a {
    transform: rotate(360deg);
}

.list_go>ul>li>a {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

.list_go>ul>li>a img {
    width: 100%;
    height: auto;
    min-height: 180px;
}

.list_tit {
width: 100%;
    line-height: 36px;
    color: #666;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    left: 0;
    text-align: center;
}
}

.list_tit a {
    color: #fff;
}

.pro_litpic {
    width: 95%;
    margin: 0 auto;
/*    height: 1960px;
*/    overflow: hidden;
    position: relative;
    top: 200px;
    opacity: 0;
    transition: all 0.6s 0.2s;
}

.pro_go>ul>li {
    width: 24.6%;
    margin: 10px 0.2%;
    float: left;
    overflow: hidden;
}

.pro_go>ul>li>a {
    display: block;
/*    height: 410px;
*/    overflow: hidden;
}

.pro_go>ul>li a img {
    width: 100%;
    height: auto;
/*    min-height: 410px;
*/    transition: all 0.5s;
}

.pro_go>ul>li span {
    display: block;
    background: #e4e4e4;
    line-height: 50px;
    text-align: center;
    position: relative;
    color: #333;
    text-align: center;
}

.pro_go>ul>li:hover span {
    background: #0057d5;
    color: #fff;
}

.pro_go>ul>li:hover img {
    transform: scale(1.1);
}

/*com*/
.com {
 width: 1280px;
    position: relative;
    height: 420px;
	 margin: 0 auto;
    overflow: hidden;

}

.com_con {
    width: 1350px;
    margin: 0 auto;
    position: relative;
}

.com_l {
    width: 530px;
    position: absolute;
    top: 50px;
    left: -200px;
    opacity: 0;
    transition: all 0.6s;
}

.com_l p {
    color: #333;
    margin: 25px 0;
    line-height: 30px;
    padding-right: 20px;
}

.com_l a {
    display: block;
    width: 200px;
    height: 45px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    background: #0057d5;
    margin-top: 60px;
}

.com_l a:hover {
    background: #f88b04;
}

.com_r {
    width: 650px;
    position: absolute;
    top: 50px;
    right: -200px;
    opacity: 0;
    transition: all 0.6s;
    height: 670px;
    overflow: hidden;
	line-height:36px;
}
.com_r img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.com_arrow {
    width: 183px;
    height: 45px;
    position: absolute;
    overflow: hidden;
    background: url(../images/com_arrow.jpg) center center no-repeat;
    left: 103px;
    top: 42px;
    cursor: pointer;
    z-index: 111;
}

.com_arrow span {
    display: inline-block;
    width: 86px;
    height: 45px;
    vertical-align: middle;
}

/*message*/
.message {
    padding: 40px 0 20px 0;
    color: #00a7f3;
    background: url(../images/mes.jpg) center center no-repeat;
    position: relative;
    top: 200px;
    opacity: 0;
    transition: all 0.6s;
}

.mes_list {
    width: 1400px;
    overflow: hidden;
    margin: 20px auto;
}

.mes_list input,
.code,
.mes_list textarea {
    float: left;
    margin: 0 5px;
}

.mes_list input,
.mes_list textarea {
    padding-left: 10px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
}

.mes_list input:focus,
.mes_list textarea:focus {
    outline: none;
}

.code {
    overflow: hidden;
}

.code img {
    float: left;
    width: 130px;
    border-radius: 20px;
}

.sess_button {
    width: 90px;
    text-align: center;
    padding: 0 !important;
    background: #f88b04;
    color: #fff;
    border: none !important;
}

/*adv*/
.adv {
	 background:url(../images/abv.jpg) no-repeat center;
    height: 680px;
}

.adv_con {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}

.adv_tit {
    text-align: center;
  
    top: -200px;
    opacity: 0;
    transition: all 0.6s;
}
.adv_con ul{
    position: relative;
    top: 200px;
    opacity: 0;
    transition: all 0.6s;
}
.adv_con ul li {
    float: left;
    margin: 0 20px;
    position: relative;
    width: 275px;
    margin-top: 120px;
    cursor: pointer;
    transition: all 0.5s;
}

.adv_con ul li:hover {
    margin-top: 60px;
}

.adv_con ul li span {
    display: block;
    width: 185px;
    height: 185px;
    background: url(../images/adv_cir.png) center center no-repeat;
    padding-top: 26px;
    box-sizing: border-box;
    position: absolute;

    left: 40%;
	margin-top:30px;
    margin-left: -61px;
}

.adv_con ul li span em {
    display: block;
    margin: 0 auto;
    background: url(../images/adv_icon.png) -13px -10px no-repeat;
    width: 60px;
    height: 60px;
}

.adv_con ul li:nth-child(2) span {
      background: url(../images/adv_cir1.png) center center no-repeat;
}

.des {
    background: url(../images/adv_li_bg.png) center center no-repeat;
    color: #000;

    text-align: center;
	height:365px;
}

.adv_con ul li:nth-child(3) span {
      background: url(../images/adv_cir2.png) center center no-repeat;
}

.adv_con ul li:nth-child(4) span {
      background: url(../images/adv_cir3.png) center center no-repeat;
}
.des h2 {
    font-size: 22px;
    font-weight: normal;
}

.des i {
    display: block;
    background: url(../images/adv_icon.png) -360px -39px no-repeat;
    width: 100px;
    height: 7px;
    margin: 11px auto;
}

.des p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    padding: 0 20px;
}

/*case*/
.case {
    margin: 40px 0;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: all 0.6s;
}

.case_show {
    width: 100%;
    overflow: hidden;
}

.case_go {
    width: 99999px;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

#case_a,
#case_b {
    float: left;
}

#case_a li,
#case_b li {
    float: left;
    margin-right: 15px;
}

#case_a li a,
#case_b li a {
    width: 370px;
    height: 280px;
    overflow: hidden;
    display: block;
}

#case_a li a img,
#case_b li a img {
    width: 100%;
    min-height: 280px;
    height: auto;
    transition: all 0.5s;
}

#case_a li span,
#case_b li span {
    display: block;
    color: #fff;
    background: #2d65d6;
    line-height: 50px;
    text-align: center;
}

#case_a li:hover img,
#case_b li:hover img {
    transform: scale(1.1);
}

#case_a li:hover span,
#case_b li:hover span {
    background: #f98804;
}

/*news*/
.news {
    background: url(../images/news_bg.jpg) center center no-repeat;
    padding-bottom: 35px;
		background:url(../images/news.jpg) no-repeat center;

}

.news_con {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 25px;

}

.news_l {
    float: left;
    position: relative;
}

.news_arrowl,
.news_arrowr {
    position: absolute;
    background: url(../images/news_arrow.png) center center no-repeat;
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
}

.news_arrowl {
    background: url(../images/news_arrow.png) 1px -7px no-repeat;
    top: 60%;
    left: 50px;
    margin-top: -23px;
}

.news_arrowr {
    background: url(../images/news_arrow.png) -46px -7px no-repeat;
    top: 60%;
    right: 50px;
    margin-top: -23px;
}

.news_tit {
    overflow: hidden;
}

.news_tit:hover span {
    color: #fa8905;
}

.news_tit:hover a {
    background: #fa8905;
}

.news_tit span {
    font-size: 32px;
    color: #034eba;
}

.news_tit a {
    display: block;
    float: right;
    width: 115px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #034eba;
    font-size: 15px;
}

.news_l ul {
    position: relative;
    width: 630px;
    height: 330px;
    margin-top: 30px;
}

.news_l ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 630px;
    opacity: 0;
    transition: all 0.5s;
}

.news_l ul li img {
    width: 100%;
    height: auto;
    min-height: 330px;
}

.news_r {
    float: left;
    width: 550px;
    margin-left: 120px;
}

.news_r ul {
    margin-top: 30px;
}

.news_r ul li {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    line-height: 45px;
    margin: 10px 0;
}

.news_r ul li::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 4px;
    background: #b0b0b0;
    vertical-align: middle;
    margin-right: 30px;
}

.news_r ul li::after {
    content: '>';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #b0b0b0;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 100px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    font-family: cursive;
}

.news_r ul li a {
    color: #333;
    display: inline-block;
    width: 350px;
}

.news_r ul li:hover a {
    color: #034eba;
}

.news_r ul li:hover::before {
    background: #034eba;
}

.news_r ul li:hover::after {
    background: #034eba;
}

/* footer */
.footer {
    background:url(../images/foo.jpg) no-repeat center;
    padding-top: 80px;
    color: #ccc;
}

.f_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;

}

.fl {
    float: left;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.fl ul {
    float: left;
    margin-right: 40px;
}

.fp_list {
    width: 360px;
}

.fp_list li {
    float: left;
    margin-right: 20px !important;
    width: 160px;
    margin: 0 20px 15px 0 !important;
}

.f_con ul {
    margin-right: 40px;
}

.f_con ul span {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.f_con ul li {
    font-size: 15px;
    margin: 15px 0;
}

.f_con ul li a {
    color: #ccc;
}

.fm {
    float: left;
}

.fr {
    float: left;
}

.fm {
    padding-left: 70px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.fm ul{max-width: 350px}

.fr {
    padding-left: 40px;
    margin-top: 40px;
    margin-left: 25px;
}

.fr img {
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: 0 3px;

}

.fr span {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.f_b {
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 30px;
}

.f_b a {
    color: #ccc;
}

.f_b img {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}




.newbox {width:100%; min-width:1200px; }
.casebox .ctitle {text-align:center; font-size:26px; font-weight:bold; color:#000;}
.casebox .ct {text-align:center; font-size:14px;color:#000;}
.casebox .gun_img {height: 195px;width: 270px;margin-left: 18px;border:1px solid #999;float: left;margin-bottom: 40px;}
.newlist{ width: 580px;}
.dttab{ font-size:26px; font-weight:bold; color:#009241;}
.dttab em{ font-size:24px; font-weight:bold; color:#000;}
.newlist .nrbox{ margin-top: 10px;}
.newlist .nrbox .dtaitext{ overflow: hidden;}
.newlist .nrbox .dtaitext dl{ overflow:hidden; border-bottom: 1px solid #f7f7f7; padding-bottom: 16px;}
.newlist .nrbox .dtaitext dl dt{ float: left;}
.newlist .nrbox .dtaitext dl dt img{ display: block; border: 1px solid #999;}
.newlist .nrbox .dtaitext dl dd{ padding-left: 240px; padding-top: 6px;}
.newlist .nrbox .dtaitext dl dd h5{ font-weight: normal; height: 20px; line-height: 20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.newlist .nrbox .dtaitext dl dd h5 a{ font-size: 16px; color: #171717;}
.newlist .nrbox .dtaitext dl dd h5 a:hover{color: #02a454;padding-left: 15px;}
.newlist .nrbox .dtaitext dl dd div.txtbox{ margin-top: 10px; line-height: 26px; color: #808080; font-size: 14px; overflow: hidden;}
.newlist .nrbox .dtaitext dl dd .smore{ display: block; margin-top: 23px; width: 75px; height: 30px; line-height: 30px; text-align: center; font-size: 12px; background: #02a454; color: #fff;}
.newlist .nrbox .dtaitext dl dd .smore:hover{background: #171717;color: #e6e6e6;}



.rollBox {
	width:1160px;
	overflow:hidden;
	margin:0 auto;
	padding-left:30px;
	margin-top:20px;
}

.rollBox .Cont {
	width:1200px;
	overflow:hidden;
	float:left;
}
.rollBox .ScrCont {
	width:10000000px;
}
.rollBox .Cont .pic {
	width:380px;
	float:left;
	height:320px;
	margin-right:35px;
	border-bottom:1px #ccc dotted;
}
.rollBox .Cont .pic img {
	display:block;
	width:380px;
	height:185px;
}
.rollBox .Cont .pic h3 a{ font-size:16px; color:#333; line-height:45px;}
.rollBox .Cont .pic span{ font-size:13px; color:#a1a1a1;}
.rollBox .Cont .pic p{ line-height:25px; font-size:14px; color:#666666;}
.rollBox .Cont .pic h3 a:hover{ color:#0f961b; padding-left:15px;}



.ctitle {text-align:center; font-size:26px; font-weight:bold; color:#000;}
.ct {text-align:center; font-size:14px;color:#000; line-height:60px;}
.gun_img {height: 195px;width: 270px;margin-left: 18px;border:1px solid #999;float: left;margin-bottom: 40px;}




#faqbox{padding:90px 0 50px 0; background-color:#fff; width:700px; margin:0 auto;}
#faqbox form{}
#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}
#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}
#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}
#faqbox font{margin:0 5px;}
#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}
#faqbox .Content textarea{height:100px;}
.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#dd0103; }
.wizfrm:hover{ background-color:#ff9900; }


.lybt{ text-align:center; margin-top:40px;}
.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}
.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}
.liuyan{ margin-top:30px; text-align:center;}
.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}
.liuyan a{ font-size:16px;color: #CCCCCC;}
.liuyan p{ font-size:16px;color: #666666; line-height:30px;}